home *** CD-ROM | disk | FTP | other *** search
- totalBytes = Math.round(getBytesTotal() / 1024);
- loadedBytes = Math.round(getBytesLoaded() / 1024);
- percentDone = Math.round(loadedBytes / totalBytes * 100);
- percentone = totalBytes / 100;
- percent = Math.round(loadedBytes / percentone);
- if(_root._framesloaded >= _root._totalframes)
- {
- gotoAndPlay(5);
- }
-